EmbeddedResource

@Serializable
data class EmbeddedResource(val resource: ResourceContents) : PromptMessageContent(source)

The contents of a resource, embedded into a prompt or tool call result.

Constructors

Link copied to clipboard
constructor(resource: ResourceContents)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val type: String